<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.news_blocks{
	width:1200px;
	height:61px;
	background:url(../image/message_bg.png?v=1) no-repeat;
	background-size:100% 100%;
	margin:20px auto;
	position:relative;	
}
.news_b_list{
	width:800px;
	height:72px;
	overflow:hidden;
	padding-top:8px;
}
.news_b_list li{
	width:361px;
	height:26px;
	line-height:26px;
	font-size:14px;
	color:#333;
	float:left;
	margin-top:6px;
	text-indent:0px;
	margin-left:30px;
	overflow: hidden;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news_b_list li a{
	display:block;
	width:100%;
	height:100%;
	text-overflow:ellipsis;
	word-break:break-all;
	display: -webkit-box;
	-webkit-box-orient: vertical;
	-webkit-line-clamp: 1;
	overflow: hidden;
}
.news_b_btn{
	width:60px;
	height:30px;
	display:block;
	background:#fff;
	text-align:center;
	line-height:30px;
	font-size:13px;
	color:#919191;
	border-radius:9px;
	position:absolute;
	top:14px;
	right:26px;
}
.swiper-slide-active{
	width:800px;
}












</pre></body></html>